home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 2.8 KB | 103 lines | [TEXT/MPS ] |
- #####################################################################################
- # Initialization
- #####################################################################################
-
- # Make-specific variables have a double leading underscore
- # FWTool-specific variables have a single leading underscore
- # Shell variables have no leading underscores
-
- # Application Variables
- __AppName = undefinedApp
- __AppCreator = 'ODFa'
- __AppObjects =
- __AppResources =
-
- # Framework Variables
- __FrameworkName = ODF
- #__FrameworkObjects =
- __FrameworkResources=
-
- # Component Variables
- __ComponentName = undefinedModule
- __StaticComponentName = obsoleteLIBVariable
- __CFMComponentName = obsoleteCFMVariable
- __IDLOnlyTarget = obsoleteIDEVariable
-
- __ComponentObjects =
- __ComponentSourcesFromIDL =
- __ExportedComponentObjects =
- __ComponentResources =
- __OtherComponentDependencies =
-
- # MPW Tool Variables
- __ToolName = undefinedTool
- __ToolObjects =
- __ToolResources =
-
- __IncludeDirs =
- __SourceDirs =
-
- __CIncludeDirs = ∂
- -i "{CIncludes}"
-
- # Component specifix options variables
- __CPlusOptions =
-
- # System Stuff
- # Some of these definitions need to be overridden by
- # a processor-specific (ppc,68k) definition file
-
- __InitLibs =
- __SystemObjects =
- __SystemLibEquates =
- __OtherObjects =
- __PrecompiledHederFile =
- __SharedLibraryLinkOptions =
- __StaticLibraryLinkOptions =
- __PrecompiledHeaderDir = {FWPreCompHdrDir}
-
- #####################################################################################
- # Defaults
- #####################################################################################
-
- # ODF static link libraries
-
- __FrameworkObjects = ∂
- "{_FWLibDir}"ODFFound.lib ∂
- "{_FWLibDir}"ODFFramewrk.lib ∂
- "{_FWLibDir}"ODFOS.lib
-
- __FrameworkSrcDirs = ∂
- "{ODF}Framewrk:FWGadgts:Sources:" ∂
- "{ODF}Framewrk:FWPart:Sources:"
-
- __PrecompiledHeaderFile = ∂
- "{__PrecompiledHeaderDir}"FWHeader.dmp
-
- __SystemObjects = ∂
- "{CFM68KLibraries}"NuCPlusLib.o ∂
- "{CFM68KLibraries}"NuMacRuntime.o ∂
- "{CFM68KLibraries}"NuMathLib.o ∂
- "{CFM68KLibraries}"NuToolLibs.o ∂
- "{SharedLibraries}"DragLib ∂
- "{SharedLibraries}"InterfaceLib ∂
- "{SharedLibraries}"AppleScriptLib ∂
- "{SharedLibraries}"QuickDrawGXLib.slb ∂
- "{SharedLibraries}"somlib ∂
- "{SharedLibraries}"ThreadsLib ∂
- "{SharedLibraries}"StdCLib
-
- __OpenDocObjects = ∂
- "{FWOpenDocSDK}Libraries:PEF:Memory Manager.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc Binding.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc Core.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc Imaging.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc Layout.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc Messaging.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc Storage.stub" ∂
- "{FWOpenDocSDK}Libraries:PEF:OpenDoc User Interface.stub"
-
- __SharedLibraryLinkOptions = -xm s -c 'cfmg' -t 'shlb'
-
- __ExportVtablesFromModules =
-